/*$$
{"color":[{"val":"#ffffff","title":"提交按钮文字颜色"},
{"val":"#333333","title":"默认文字颜色"},
{"val":"#fc4e29","title":"鼠标滑过文字颜色"}],
"background":[{"val":"#f2f3f3","title":"整体区域默认背景颜色"},
{"val":"#fd4e2a","title":"提交按钮背景颜色"},
{"val":"#f4b3a5","title":"提交按钮边框颜色"},
{"val":"#ffffff","title":"输入框背景颜色"}],
"border":[]}
$$*/
#link_153{
	width: 100%;
	background: #f2f3f3;
}
#link_153 .linkBox{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}
#link_153 .message{
	background:  url(./../../../static/images/LK00006_01.png) no-repeat left top;
	padding-left: 235px;
	height: 155px;
	position: relative;
	padding-top: 5px;
}
#link_153 .message .saveBtn{
	width: 125px;
	height: 125px;
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
}
#link_153 .message .saveBtn i{
	width: 95px;
	height: 95px;
	background: #fd4e2a;
	color: #ffffff;
	border-radius: 50%;
	left:50%;
	top:50%;
	position:absolute;
	margin: -47.5px 0 0 -47.5px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	animation:showpage 1.2s linear infinite;
}
#link_153 .message .saveBtn::before{
	background: #f4b3a5;
	width: 125px;
	height: 125px;
	left:50%;
	top:50%;
	content:'';
	position:absolute;
	margin: -62.5px 0 0 -62.5px;
	border-radius: 50%;
}
@keyframes showpage {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}
#link_153 .message .code{
	width: 240px;
	background: #ffffff;
	height: 46px;
	display: flex;
	align-items: center;
	padding:0 5px 0 15px;
	line-height: 46px;
	margin-right: 28px;
	margin-bottom: 15px;
}
#link_153 .message .tit{
	display: inline-block;
	width: 55px;
	text-align: right;
	color: #333333;
	font-size: 14px;
}
#link_153 .message .yzmtit{
	width: 70px;
	margin-left: 10px;
}
#link_153 .message .Input{
	width: 125px;
	float: right;
	height: 100%;
	line-height: 46px;
	background:none;
}
#link_153 .message .Inputyzm{
	width: 50px;
}
#link_153 .message .codecont{
	width: 775px;
	
}
#link_153 .message .InputCont{
	width: calc(100% - 90px);
}
#link_153 .linkList{
	width: 100%;
	position: relative;
	padding-left:200px;
	margin-top: 20px;
}
#link_153 .linkList .cloumn{
	position: absolute;
	left: 0;
	top:0;
	background:  url(./../../../static/images/LK00006_07.png) no-repeat left center;
	width:200px;
	height: 45px;
	padding: 0 0 0 40px;
}
#link_153 .linkList .tit{
	font-size: 16px;
	color: #333333;
}
#link_153 .linktit{
	padding: 0 30px;
	line-height: 45px;
	display: block;
	float: left;
	font-size: 14px;
	color: #333333;
}
#link_153 .linktit:hover{
	color: #fc4e29;
}
@media screen and (max-width: 1200px) {
	#link_153 .linkBox{
		width: 100%;
		padding:20px 15px;
	}
	#link_153 .message .saveBtn{
		width: 100px;
		height: 100px;
	}
	#link_153 .message .saveBtn::before{
		width: 100px;
		height: 100px;
		margin: -50px 0 0 -50px;
	}
	#link_153 .message .saveBtn i{
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
	}
}
@media screen and (max-width: 768px){
	#link_153 .message{
		background-size: 60px auto;
		padding-left: 80px;
		padding-bottom: 80px;
		height: auto;
	}
	#link_153 .message .code{
		margin-bottom: 10px;
	}
	#link_153 .message .codecont{
		width: 240px;
		margin-top: 0;
	}
	#link_153 .message .saveBtn{
		width: 80px;
		height: 80px;
		top:230px;
		right:20px;
	}
	#link_153 .message .saveBtn::before{
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
	}
	#link_153 .message .saveBtn i{
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
	}
	#link_153 .linkList{
		padding-top: 50px;
		padding-left: 0;
	}
	#link_153 .linktit{
		padding: 0 10px;
		line-height: 30px;
	}
	#link_153 .message .code{
		width: 100%;
	}
}